|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.launcher.Main
The framework to run. This is used if the bootLocation (-boot) is not specified. The value can be specified on the command line as -framework. Startup class for Eclipse. Creates a class loader using supplied URL of platform installation, loads and calls the Eclipse Boot Loader. The startup arguments are as follows:
Field Summary | |
protected static String[] |
arguments
|
protected String |
bootLocation
The location of the launcher to run. |
protected String |
configurationLocation
The configuration to use. |
protected boolean |
debug
Indicates whether this instance is running in debug mode. |
protected String |
devClassPath
The extra development time class path entries. |
protected static String |
ENTRY
|
protected static int |
ERROR
|
protected String |
framework
The id of the bundle that will contain the framework to run. |
protected boolean |
inDevelopmentMode
Indicates whether this instance is running in development mode. |
protected String |
installLocation
The location of the install root |
protected static BufferedWriter |
log
|
protected static File |
logFile
|
protected static String |
MESSAGE
|
protected static boolean |
newSession
|
protected static String |
PLUGIN_ID
|
protected static String |
SESSION
|
protected static String |
STACK
|
Constructor Summary | |
Main()
|
Method Summary | |
protected Object |
basicRun(String[] args)
Executes the launch. |
static void |
main(String argString)
Runs this launcher with the arguments specified in the given string. |
static void |
main(String[] args)
Runs the platform with the given arguments. |
protected String[] |
processCommandLine(String[] args)
Processes the command line arguments |
Object |
run(String[] args)
Runs the application to be launched. |
protected void |
takeDownSplash()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean debug
protected String bootLocation
protected String installLocation
protected String configurationLocation
protected String framework
protected String devClassPath
protected boolean inDevelopmentMode
protected static final String SESSION
protected static final String ENTRY
protected static final String MESSAGE
protected static final String STACK
protected static final int ERROR
protected static final String PLUGIN_ID
protected static File logFile
protected static BufferedWriter log
protected static boolean newSession
protected static String[] arguments
Constructor Detail |
public Main()
Method Detail |
protected Object basicRun(String[] args) throws Exception
args
- command-line arguments
Exception
- thrown if a problem occurs during the launchpublic static void main(String[] args)
-application com.example.application
).
After running the application System.exit(N)
is executed.
The value of N is derived from the value returned from running the application.
If the application's return value is an Integer
, N is this value.
In all other cases, N = 0.
Clients wishing to run the platform without a following System.exit
call should use run()
.
args
- the command line argumentsrun(java.lang.String[])
public static void main(String argString) throws Exception
argString
- the arguments string
Exception
- thrown if a problem occurs during launchingprotected String[] processCommandLine(String[] args) throws Exception
args
- the command line arguments
Exception
public Object run(String[] args) throws Exception
args
- the arguments to pass to the application
thrown
- if a problem occurs during launching
Exception
protected void takeDownSplash()
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |